home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / move262.zip / MOVE.DOC next >
Text File  |  1992-12-28  |  4KB  |  109 lines

  1.     
  2.     Computer Tyme MOVE * Version 2.62 * Release Date: 11-28-92
  3.     Copyright 1988-1992 by Marc Perkel * All Rights Reserved
  4.     
  5.     Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  6.     Voice: 417-866-1222 * Modem: 417-866-1665 * Fax: 417-866-0135 * USA
  7.      
  8.     This program is part of a utilities package. Before registering it
  9.     you might want to try out some of the other programs in the package.
  10.      
  11.     You can download these other programs from our BBS at 417-866-1665 or
  12.     from our section on Compuserve. (GO COMPTYME) If you have any questions
  13.     feel free to call us.
  14.      
  15.          ┌─────────────────────────────────────────────────────┐
  16.          │ Evaluation Version. This program is not registered. │
  17.          │    If you want to use it you need to buy a copy.    │
  18.          └─────────────────────────────────────────────────────┘
  19.      
  20.     Price: $20/User, $75/Server, $395/Unlimited
  21.     
  22.     Moves files to other names, subdirectories or drives.
  23.     
  24.     Usage: MOVE <file> <path> /Q/O/A/R/H/C/D
  25.     WildCards are Allowed.
  26.     
  27.       /Q  ;Quiet mode, no messages are displayed while moving.
  28.       /O  ;OverWrite existing files without asking.
  29.       /A  ;Always ask before overWriting existing files.
  30.       /R  ;Include Read-Only files.
  31.       /H  ;Include Hidden, System, and Read-Only files.
  32.       /C  ;Copy instead of move.
  33.       /D  ;Delete files.
  34.     
  35.     The thing that makes this MOVE program better than other move programs
  36.     is that this one is done right! It first attempts to move by renaming.
  37.     If this fails, it copies the files and then deletes the originals.
  38.     
  39.     MOVE will normally overwrite existing files if the source file is newer
  40.     than the destination file unless you use the /A or /O switches.
  41.     
  42.     Examples:
  43.     
  44.       MOVE XYZ.DOC \SUBDIR        ;Moves XYZ.DOC to subdirectory SUBDIR
  45.       MOVE XYZ.DOC D:             ;Moves XYZ.DOC to D:
  46.       MOVE *.DOC \SUBDIR          ;Moves all .DOC files to SUBDIR
  47.       MOVE ABC.DOC XYZ.DOC        ;Renames ABC.DOC to XYZ.DOC
  48.       MOVE A:*.* /D/H             ;Deletes all files on A: in root
  49.       MOVE *.DOC \SUBDIR\*.TXT    ;Moves all .DOC files to SUBDIR and
  50.                                    changes names to .TXT
  51.     
  52.     Pipes and redirection are also allowed:
  53.     
  54.       TYPE MOVE.LST|MOVE C:\UTIL  ;Moves all files in MOVE.LST to C:\UTIL
  55.     
  56.     ==========================================================
  57.  
  58.         Make Check             Computer Tyme               Order Form
  59.         Payable To:     411 North Sherman Suite 300
  60.                          Springfield Mo. 65802 USA
  61.  
  62.                Voice: (417) 866-1222 * Sales: (800) 548-5353
  63.                  Fax: (417) 866-0135 * BBS: (417) 866-1665
  64.                Compuserve: 71333,427 * GO COMPTYME
  65.  
  66.         =============================================================
  67.  
  68.         Company:     ________________________________________________
  69.  
  70.         Name:        ________________________________________________
  71.  
  72.         Address:     ________________________________________________
  73.  
  74.         City/St/Zip: ________________________________________________
  75.  
  76.         Phone:       ________________________________________________
  77.  
  78.         PO. Number:  ________________________________________________
  79.  
  80.         Got From:    ________________________________________________
  81.  
  82.         Comments:    ________________________________________________
  83.  
  84.         Comments:    ________________________________________________
  85.  
  86.  
  87.         ==> MOVE * Version 2.62 * Release Date: 11-28-92
  88.  
  89.         ==> Price: $20/User, $75/Server, $395/Unlimited
  90.  
  91.  
  92.         Dos ToolBox: $59.95/User __    MarxMenu: $59.95/User __
  93.  
  94.         Network Survival Kit: (Inc. ToolBox/MarxMenu) $495/Server __
  95.  
  96.         Shipping:     Ground: $3 __    2nd Day:  $6 __
  97.  
  98.                       1 Day: $15 __    Foreign: $15 __
  99.  
  100.         Credit Card Number: _______________ Expiration Date: ________
  101.  
  102.         Signature: __________________________________________________
  103.  
  104.                   Master Card: __   Visa: __   Discover: __
  105.  
  106.                     * We do not take American Express *
  107.  
  108.         =============================================================
  109.